Vcenter Cluster EvcMode CheckResult

Vcenter Cluster EvcMode CheckResult
Vcenter Cluster EvcMode CheckResult

Information returned from operations that check EvcMode based compatibility.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "error": {
        "messages": [
            {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        ],
        "data": {},
        "error_type": "string"
    },
    "host_system": "string"
}
error
Required

The error associated with the check.

This property was added in vSphere API 9.0.0.0.

string
host_system
Optional

The host associated with the error.

This property was added in vSphere API 9.0.0.0.

If missing or null, then the error is not associated with any host.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the property will be an identifier for the resource type: HostSystem.